null argument造句
例句与造句
- For errors caused by null arguments , see
有关空参数引起的错误,请参见 - String is used in place of any null argument
字符串替代任何空参数。 - In non - debug builds , both functions just test for a non - null argument
在非调试版本中,两个函数都仅测试非null参数。 - The following code example shows a property that throws an exception if the caller passes a null argument
下面的代码示例演示一个属性,该属性在调用方传递一个空参数时引发异常。 - It is provided so application code can differentiate between exceptions caused by null arguments and exceptions caused by arguments that are not null
提供它是为了使应用程序代码能够区分由空参数引发的异常和由非空参数引发的异常。 - It's difficult to find null argument in a sentence. 用null argument造句挺难的
- It is provided so that application code can differentiate between exceptions caused by null arguments and exceptions caused by arguments that are not null
提供它的目的在于使应用程序代码可区分空参数导致的异常以及非空参数导致的异常。 - Do throw system . argumentnullexception if a null argument is passed but the member does not support null nothing in visual basic arguments
如果传递了一个空参数而成员不支持空(在visual basic中为nothing )参数,则应引发system . argumentnullexception 。 - It is provided so that application code can differentiate between exceptions caused by invalid arguments that are not a null reference nothing in visual basic , and exceptions caused by null arguments
提供该类的目的是:应用程序代码可以区分由不为空引用(在visual basic中为nothing )的无效参数引起的异常以及空参数引起的异常。